projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
026fb87
)
Move the include of ctype.h after unistd.h.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Nov 2001 03:20:10 +0000
(
03:20
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Nov 2001 03:20:10 +0000
(
03:20
+0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 6dd998dc2d36fb0c64cbb694eefb94cc0c8df0ec..6befea8f35a1a5256170777f1cd5ec5113d46a42 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-21,7
+21,6
@@
Boston, MA 02111-1307, USA. */
#include <config.h>
-#include <ctype.h>
#include <sys/types.h>
#ifdef VMS
@@
-34,6
+33,8
@@
Boston, MA 02111-1307, USA. */
#include <unistd.h>
#endif
+#include <ctype.h>
+
#include "lisp.h"
#include "intervals.h"
#include "buffer.h"